* io-png.c (png_simple_error_callback): libpng error handlers must
not return to their callers, thus longjmp out. This prevents
annoying stderr output from the default error handler.
+2002-03-29 Matthias Clasen <maclas@gmx.de>
+
+ * io-png.c (png_simple_error_callback): libpng error handlers must
+ not return to their callers, thus longjmp out. This prevents
+ annoying stderr output from the default error handler.
+
2002-03-27 Matthias Clasen <maclas@gmx.de>
* io-png.c (gdk_pixbuf__png_image_stop_load): Don't leak info_ptr.
_("Fatal error in PNG image file: %s"),
error_msg);
}
+
+ longjmp (png_save_ptr->jmpbuf, 1);
}
static void